STEP 18: Every time the user guesses wrong, the bank will say how many of a certain coin there is in the bank.
- In GRAPHICS, from , drop Say inside the else-block and assign it to bank.
- Change the string in .say() so it is ("There·are·"·+·str(coin_amount)·+·"·"·+·str(value))¬
- Drag out Wait and drop it in the else-block.
The bank will now give hints like "There are 4 .01" (There are 4 pennies), after a user guesses wrong.
To navigate the page using the TAB key, first press ESC to exit the code editor.